home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 3 / Gold Medal Software - Volume 3 (Gold Medal) (1994).iso / virus / redal15.arj / RA.BAT < prev    next >
DOS Batch File  |  1993-11-12  |  277b  |  13 lines

  1. @echo off
  2. rem Sample batch file for quick BBS testing of files
  3. rem ONLY red alerts will be reported
  4. rem reported findings will NOT be echoed to the screen
  5.  
  6. redalert %1 /QUIET /REDONLY
  7. IF ERRORLEVEL 1 GOTO DANGER
  8. GOTO END
  9.  
  10. :DANGER
  11. echo %1 is a SUSPICIOUS file
  12. :END
  13.